chore: align strategy QSL bundle to 2026.07.2#31
Conversation
Co-Authored-By: Codex <noreply@openai.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8dfadcf8a4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| [compat] | ||
| bundle = "2026.07.1" | ||
| bundle = "2026.07.2" |
There was a problem hiding this comment.
Update the QSL bundle test expectation
This bundle bump leaves tests/test_qsl_compat_metadata.py asserting that compat.bundle is still 2026.07.1, so the repo's own metadata test now fails for the new 2026.07.2 value. I verified this with python -m pytest tests/test_qsl_compat_metadata.py -q, which fails on the stale assertion; any CI path running this test will reject the bundle alignment until the expectation is updated or derived from the new source of truth.
Useful? React with 👍 / 👎.
Co-Authored-By: Codex <noreply@openai.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Aligns the strategy repo with the next QSL bundle and current QuantPlatformKit QPK_PIN.\n\nValidation:\n- git diff --check\n\nNote: QSL compat gate requires the central 2026.07.2 bundle to be merged first.